@charset "utf-8";
/* -------------------------------------------------
   officer top
------------------------------------------------- */
.officer-list li {
  max-width: 200px;
}
.name {
  font-size: 14px;
  padding-top: 13px;
}
.name span {
  font-size: 20px;
  display: block;
  line-height: 1.5;
  font-weight: bold;
}
.link-arw {
  margin-top: 10px !important;
}
.textNormal {
  font-weight: normal !important;
  padding-bottom: 5px;
}

/* -------------------------------------------------
   officer-contants
------------------------------------------------- */
.officer-contants {
  position: relative;
}
.officer-contants .name {
  font-size: 16px;
  padding: 0;
}
.officer-contants .name span {
  font-size: 40px;
  padding-bottom: 10px;
}
.officer-contants table th {
  width: 9em;
}

/* -------------------------------------------------
   relatedArea
------------------------------------------------- */
.relatedArea {
  position: relative;
}
.relatedArea .link-arw {
  position: absolute;
  top: -3px;
  right: 25px;
}

/* ==================================================
   SP
================================================== */
@media only screen and (max-width: 767px) {
  /* -------------------------------------------------
       officer top
    ------------------------------------------------- */
  .link-arw {
    margin-top: 5px !important;
  }
  [class^="col-"].flx-row-re {
    flex-direction: column-reverse;
    position: relative;
  }

  /* -------------------------------------------------
       officer-contants
    ------------------------------------------------- */
  .officer-contants .name {
    float: right;
    position: absolute;
    top: 0;
    left: 185px;
  }
  .officer-contants .name span {
    font-size: 24px;
  }
  .officer-contants .col-2.col-clm2-1 figure {
    float: right;
    width: 165px;
    padding: 0;
    margin-top: 0;
  }
  .relatedArea .link-arw {
    top: 0;
  }
}